Update System
2013/12/18 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-plugin-fastestmirror' that looks for fast server and download packages from there automatically. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-19.fc20 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: yum-plugin-fastestmirror noarch 1.1.31-19.fc20 updates 28 k Transaction Summary ================================================================================ Install 1 Package Total download size: 28 k Installed size: 53 k Downloading packages: yum-plugin-fastestmirror-1.1.31-19.fc20.noarch.rpm | 28 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : yum-plugin-fastestmirror-1.1.31-19.fc20.noarch 1/1 Verifying : yum-plugin-fastestmirror-1.1.31-19.fc20.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.31-19.fc20 Complete![root@dlp ~]# yum -y update
|